3.1986 \(\int \frac{\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^3}{(d+e x)^{9/2}} \, dx\)

Optimal. Leaf size=113 \[ -\frac{2 c^2 d^2 (d+e x)^{3/2} \left (c d^2-a e^2\right )}{e^4}+\frac{6 c d \sqrt{d+e x} \left (c d^2-a e^2\right )^2}{e^4}+\frac{2 \left (c d^2-a e^2\right )^3}{e^4 \sqrt{d+e x}}+\frac{2 c^3 d^3 (d+e x)^{5/2}}{5 e^4} \]

[Out]

(2*(c*d^2 - a*e^2)^3)/(e^4*Sqrt[d + e*x]) + (6*c*d*(c*d^2 - a*e^2)^2*Sqrt[d + e*
x])/e^4 - (2*c^2*d^2*(c*d^2 - a*e^2)*(d + e*x)^(3/2))/e^4 + (2*c^3*d^3*(d + e*x)
^(5/2))/(5*e^4)

_______________________________________________________________________________________

Rubi [A]  time = 0.164108, antiderivative size = 113, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 37, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.054 \[ -\frac{2 c^2 d^2 (d+e x)^{3/2} \left (c d^2-a e^2\right )}{e^4}+\frac{6 c d \sqrt{d+e x} \left (c d^2-a e^2\right )^2}{e^4}+\frac{2 \left (c d^2-a e^2\right )^3}{e^4 \sqrt{d+e x}}+\frac{2 c^3 d^3 (d+e x)^{5/2}}{5 e^4} \]

Antiderivative was successfully verified.

[In]  Int[(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^3/(d + e*x)^(9/2),x]

[Out]

(2*(c*d^2 - a*e^2)^3)/(e^4*Sqrt[d + e*x]) + (6*c*d*(c*d^2 - a*e^2)^2*Sqrt[d + e*
x])/e^4 - (2*c^2*d^2*(c*d^2 - a*e^2)*(d + e*x)^(3/2))/e^4 + (2*c^3*d^3*(d + e*x)
^(5/2))/(5*e^4)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 45.9866, size = 105, normalized size = 0.93 \[ \frac{2 c^{3} d^{3} \left (d + e x\right )^{\frac{5}{2}}}{5 e^{4}} + \frac{2 c^{2} d^{2} \left (d + e x\right )^{\frac{3}{2}} \left (a e^{2} - c d^{2}\right )}{e^{4}} + \frac{6 c d \sqrt{d + e x} \left (a e^{2} - c d^{2}\right )^{2}}{e^{4}} - \frac{2 \left (a e^{2} - c d^{2}\right )^{3}}{e^{4} \sqrt{d + e x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**3/(e*x+d)**(9/2),x)

[Out]

2*c**3*d**3*(d + e*x)**(5/2)/(5*e**4) + 2*c**2*d**2*(d + e*x)**(3/2)*(a*e**2 - c
*d**2)/e**4 + 6*c*d*sqrt(d + e*x)*(a*e**2 - c*d**2)**2/e**4 - 2*(a*e**2 - c*d**2
)**3/(e**4*sqrt(d + e*x))

_______________________________________________________________________________________

Mathematica [A]  time = 0.109583, size = 109, normalized size = 0.96 \[ \frac{2 \left (-5 a^3 e^6+15 a^2 c d e^4 (2 d+e x)-5 a c^2 d^2 e^2 \left (8 d^2+4 d e x-e^2 x^2\right )+c^3 d^3 \left (16 d^3+8 d^2 e x-2 d e^2 x^2+e^3 x^3\right )\right )}{5 e^4 \sqrt{d+e x}} \]

Antiderivative was successfully verified.

[In]  Integrate[(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^3/(d + e*x)^(9/2),x]

[Out]

(2*(-5*a^3*e^6 + 15*a^2*c*d*e^4*(2*d + e*x) - 5*a*c^2*d^2*e^2*(8*d^2 + 4*d*e*x -
 e^2*x^2) + c^3*d^3*(16*d^3 + 8*d^2*e*x - 2*d*e^2*x^2 + e^3*x^3)))/(5*e^4*Sqrt[d
 + e*x])

_______________________________________________________________________________________

Maple [A]  time = 0.01, size = 131, normalized size = 1.2 \[ -{\frac{-2\,{x}^{3}{c}^{3}{d}^{3}{e}^{3}-10\,{x}^{2}a{c}^{2}{d}^{2}{e}^{4}+4\,{x}^{2}{c}^{3}{d}^{4}{e}^{2}-30\,x{a}^{2}cd{e}^{5}+40\,xa{c}^{2}{d}^{3}{e}^{3}-16\,{c}^{3}{d}^{5}ex+10\,{a}^{3}{e}^{6}-60\,{a}^{2}c{d}^{2}{e}^{4}+80\,{c}^{2}{d}^{4}a{e}^{2}-32\,{c}^{3}{d}^{6}}{5\,{e}^{4}}{\frac{1}{\sqrt{ex+d}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((a*e*d+(a*e^2+c*d^2)*x+c*d*e*x^2)^3/(e*x+d)^(9/2),x)

[Out]

-2/5/(e*x+d)^(1/2)*(-c^3*d^3*e^3*x^3-5*a*c^2*d^2*e^4*x^2+2*c^3*d^4*e^2*x^2-15*a^
2*c*d*e^5*x+20*a*c^2*d^3*e^3*x-8*c^3*d^5*e*x+5*a^3*e^6-30*a^2*c*d^2*e^4+40*a*c^2
*d^4*e^2-16*c^3*d^6)/e^4

_______________________________________________________________________________________

Maxima [A]  time = 0.737795, size = 194, normalized size = 1.72 \[ \frac{2 \,{\left (\frac{{\left (e x + d\right )}^{\frac{5}{2}} c^{3} d^{3} - 5 \,{\left (c^{3} d^{4} - a c^{2} d^{2} e^{2}\right )}{\left (e x + d\right )}^{\frac{3}{2}} + 15 \,{\left (c^{3} d^{5} - 2 \, a c^{2} d^{3} e^{2} + a^{2} c d e^{4}\right )} \sqrt{e x + d}}{e^{3}} + \frac{5 \,{\left (c^{3} d^{6} - 3 \, a c^{2} d^{4} e^{2} + 3 \, a^{2} c d^{2} e^{4} - a^{3} e^{6}\right )}}{\sqrt{e x + d} e^{3}}\right )}}{5 \, e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)^3/(e*x + d)^(9/2),x, algorithm="maxima")

[Out]

2/5*(((e*x + d)^(5/2)*c^3*d^3 - 5*(c^3*d^4 - a*c^2*d^2*e^2)*(e*x + d)^(3/2) + 15
*(c^3*d^5 - 2*a*c^2*d^3*e^2 + a^2*c*d*e^4)*sqrt(e*x + d))/e^3 + 5*(c^3*d^6 - 3*a
*c^2*d^4*e^2 + 3*a^2*c*d^2*e^4 - a^3*e^6)/(sqrt(e*x + d)*e^3))/e

_______________________________________________________________________________________

Fricas [A]  time = 0.219863, size = 174, normalized size = 1.54 \[ \frac{2 \,{\left (c^{3} d^{3} e^{3} x^{3} + 16 \, c^{3} d^{6} - 40 \, a c^{2} d^{4} e^{2} + 30 \, a^{2} c d^{2} e^{4} - 5 \, a^{3} e^{6} -{\left (2 \, c^{3} d^{4} e^{2} - 5 \, a c^{2} d^{2} e^{4}\right )} x^{2} +{\left (8 \, c^{3} d^{5} e - 20 \, a c^{2} d^{3} e^{3} + 15 \, a^{2} c d e^{5}\right )} x\right )}}{5 \, \sqrt{e x + d} e^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)^3/(e*x + d)^(9/2),x, algorithm="fricas")

[Out]

2/5*(c^3*d^3*e^3*x^3 + 16*c^3*d^6 - 40*a*c^2*d^4*e^2 + 30*a^2*c*d^2*e^4 - 5*a^3*
e^6 - (2*c^3*d^4*e^2 - 5*a*c^2*d^2*e^4)*x^2 + (8*c^3*d^5*e - 20*a*c^2*d^3*e^3 +
15*a^2*c*d*e^5)*x)/(sqrt(e*x + d)*e^4)

_______________________________________________________________________________________

Sympy [A]  time = 39.9533, size = 230, normalized size = 2.04 \[ \begin{cases} - \frac{2 a^{3} e^{2}}{\sqrt{d + e x}} + \frac{12 a^{2} c d^{2}}{\sqrt{d + e x}} + \frac{6 a^{2} c d e x}{\sqrt{d + e x}} - \frac{16 a c^{2} d^{4}}{e^{2} \sqrt{d + e x}} - \frac{8 a c^{2} d^{3} x}{e \sqrt{d + e x}} + \frac{2 a c^{2} d^{2} x^{2}}{\sqrt{d + e x}} + \frac{32 c^{3} d^{6}}{5 e^{4} \sqrt{d + e x}} + \frac{16 c^{3} d^{5} x}{5 e^{3} \sqrt{d + e x}} - \frac{4 c^{3} d^{4} x^{2}}{5 e^{2} \sqrt{d + e x}} + \frac{2 c^{3} d^{3} x^{3}}{5 e \sqrt{d + e x}} & \text{for}\: e \neq 0 \\\frac{c^{3} d^{\frac{3}{2}} x^{4}}{4} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**3/(e*x+d)**(9/2),x)

[Out]

Piecewise((-2*a**3*e**2/sqrt(d + e*x) + 12*a**2*c*d**2/sqrt(d + e*x) + 6*a**2*c*
d*e*x/sqrt(d + e*x) - 16*a*c**2*d**4/(e**2*sqrt(d + e*x)) - 8*a*c**2*d**3*x/(e*s
qrt(d + e*x)) + 2*a*c**2*d**2*x**2/sqrt(d + e*x) + 32*c**3*d**6/(5*e**4*sqrt(d +
 e*x)) + 16*c**3*d**5*x/(5*e**3*sqrt(d + e*x)) - 4*c**3*d**4*x**2/(5*e**2*sqrt(d
 + e*x)) + 2*c**3*d**3*x**3/(5*e*sqrt(d + e*x)), Ne(e, 0)), (c**3*d**(3/2)*x**4/
4, True))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.223333, size = 263, normalized size = 2.33 \[ \frac{2}{5} \,{\left ({\left (x e + d\right )}^{\frac{5}{2}} c^{3} d^{3} e^{16} - 5 \,{\left (x e + d\right )}^{\frac{3}{2}} c^{3} d^{4} e^{16} + 15 \, \sqrt{x e + d} c^{3} d^{5} e^{16} + 5 \,{\left (x e + d\right )}^{\frac{3}{2}} a c^{2} d^{2} e^{18} - 30 \, \sqrt{x e + d} a c^{2} d^{3} e^{18} + 15 \, \sqrt{x e + d} a^{2} c d e^{20}\right )} e^{\left (-20\right )} + \frac{2 \,{\left ({\left (x e + d\right )}^{3} c^{3} d^{6} - 3 \,{\left (x e + d\right )}^{3} a c^{2} d^{4} e^{2} + 3 \,{\left (x e + d\right )}^{3} a^{2} c d^{2} e^{4} -{\left (x e + d\right )}^{3} a^{3} e^{6}\right )} e^{\left (-4\right )}}{{\left (x e + d\right )}^{\frac{7}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)^3/(e*x + d)^(9/2),x, algorithm="giac")

[Out]

2/5*((x*e + d)^(5/2)*c^3*d^3*e^16 - 5*(x*e + d)^(3/2)*c^3*d^4*e^16 + 15*sqrt(x*e
 + d)*c^3*d^5*e^16 + 5*(x*e + d)^(3/2)*a*c^2*d^2*e^18 - 30*sqrt(x*e + d)*a*c^2*d
^3*e^18 + 15*sqrt(x*e + d)*a^2*c*d*e^20)*e^(-20) + 2*((x*e + d)^3*c^3*d^6 - 3*(x
*e + d)^3*a*c^2*d^4*e^2 + 3*(x*e + d)^3*a^2*c*d^2*e^4 - (x*e + d)^3*a^3*e^6)*e^(
-4)/(x*e + d)^(7/2)